libgettext-ocaml software package provides OCaml internationalization shared library, you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libgettext-ocaml
libgettext-ocaml is installed in your system.
Make ensure the libgettext-ocaml package were installed using the commands given below,
$ sudo dpkg-query -l | grep libgettext-ocaml *
You will get with libgettext-ocaml package name, version, architecture and description in a table
| Distro | Ubuntu 17 04 zesty zapus |
| Section | Library development |
| Package | libgettext-ocaml |
| Version | 0.3.5-2build1 |
| Description | OCaml internationalization shared library |
| Sub Section | libdevel |